home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / amac44d.zip / DSIZ1.BAT < prev    next >
DOS Batch File  |  1992-04-26  |  601b  |  13 lines

  1. :                            dsiz1.bat                         4/23/92
  2. :      To run this batch file anywhere, change "Edsiz@1.mac" to:
  3. :                       "E[d:\path\]dsiz@1.mac"
  4. :      where [d:\path\] is [drive:\directory\] for dsiz@1.mac location.
  5. : %1 = Drive with colon.  Uses current drive if %1 is not specified.
  6. :      Requires DX.EXE (Directory Extended) and Q.EXE in path.
  7. :      Change c:\ to desired dsiz.ls location, preferably a ram drive.
  8.  
  9.        @echo off
  10.        cls
  11.        DX.EXE %1\ //t/st:1/he:1/at:hsd-/ff/ca:l/out:c:\dsiz.ls
  12.        Q.EXE c:\dsiz.ls  /Edsiz@1.mac
  13.